home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI244.ASC < prev    next >
Text File  |  1992-08-12  |  930b  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO GRAPHIX TOOLBOX                      NUMBER : 244
  10.   VERSION : 1.0xx
  11.        OS : PC-DOS
  12.      DATE : March 13, 1986                               PAGE : 1/1
  13.     TITLE : USING WHEREX AND WHEREY
  14.  
  15.  
  16.  
  17.  
  18.   The functions WhereX and WhereY do not return proper values from
  19.   a program using the Turbo Graphix Toolbox. The following
  20.   functions can be included in your programs to return the proper
  21.   values for WhereX and WhereY. In order for these functions to
  22.   return
  23.  
  24.   function WhereX : integer;
  25.   begin
  26.     WhereX := XTextGlb;
  27.   end;
  28.  
  29.   function WhereY : integer;
  30.   begin
  31.     WhereY := YTextGlb;
  32.   end;
  33.  
  34.  
  35.  
  36.  
  37.   DISCLAIMER: You have the right to use this technical information
  38.   subject to the terms of the No-Nonsense License Statement that
  39.   you received with the Borland product to which this information
  40.   pertains.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.